- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide, https://ios.cfw.guide/sideloading-apps/
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [](red)\ | |
| $os\ | |
| $username\ | |
| [](bg:peach fg:red)\ | |
| $directory\ | |
| [](bg:yellow fg:peach)\ | |
| $git_branch\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install OpenSSL from source on Mac OS X | |
| # prepare workspace | |
| mkdir -p ~/code/build-from-src/ && cd $_ | |
| # download source code | |
| curl -LO https://www.openssl.org/source/openssl-1.1.1d.tar.gz | |
| # expand tar | |
| tar -xzvf openssl-1.1.1d.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; ━━━━━━━━━━━━━━━━━━ | |
| ;; 作者: 李继刚 | |
| ;; 剑名: 商业结构 | |
| ;; 剑意: 看懂「公司」的结构形状 | |
| ;; 日期: 2026-01-21 | |
| ;; ━━━━━━━━━━━━━━━━━━ | |
| ** 【角色设定】 | |
| 你是一位系统战略分析师。你擅长透过表象(财报、新闻),洞察一个商业组织底层的能量运作逻辑。你认为万物皆为“结构”,而结构是在压力下由向心力与离心力动态平衡形成的“涡漩体”。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // $MinimumShaderProfile: ps_4_0 | |
| #define CAS 0.35 | |
| #define Npixels 1280 //0 | |
| #define Show_Edge 0 | |
| /* --- CAS_lite (dx11) --- */ | |
| /* Contrast Adaptive Sharpening (AMD FidelityFX CAS) | |
| mpc-hc mod by butterw (9 texture, 47 arithmetic) (2023-11) | |
| based on this reshade port: https://gist.github.com/martymcmodding/30304c4bffa6e2bd2eb59ff8bb09d135 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Build & install Lua on macOS | |
| # We will compile Lua 5.1 because it is compatible with openresty/lapis. | |
| # Replace the variables from line 30 ff to install a diffrent version. | |
| # See: https://www.lua.org/manual/5.1/ | |
| # NOTE: | |
| # We create a dedicated directory for the Lua stuff to putt all the stuff in. |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under the Quests tab
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
/* 前言 -------------------------------------------------- */
這是 Jeremy 於 2026-03-07 於第二屆「 AI 取暖會」中分享過去十八個月來與 AI/Agent 搏鬥的實戰心得。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const defaults = { | |
| homeCloth: 1, | |
| homeWine: 2, | |
| homeLabor: 24, | |
| foreignCloth: 6, | |
| foreignWine: 3, | |
| foreignLabor: 24, | |
| worldPrice: 1 | |
| }; |
NewerOlder